From: Richard M. Stallman Date: Tue, 25 May 1993 20:41:49 +0000 (+0000) Subject: (logb): Don't declare if hpux. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95966 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bbc4efeba0e1d1088f904648a935419f3dff4c14;p=emacs.git (logb): Don't declare if hpux. --- diff --git a/src/floatfns.c b/src/floatfns.c index 999d0a86399..1b6487afae8 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -55,8 +55,10 @@ Lisp_Object Qarith_error; #include +#ifndef hpux /* These declarations are omitted on some systems, like Ultrix. */ extern double logb (); +#endif #if defined(DOMAIN) && defined(SING) && defined(OVERFLOW) /* If those are defined, then this is probably a `matherr' machine. */